home *** CD-ROM | disk | FTP | other *** search
/ Java Programmer's Toolkit / Java Programmer's Toolkit.iso / gs3.53 / gs_std_e.ps < prev    next >
Text File  |  1996-01-10  |  3KB  |  75 lines

  1. %    Copyright (C) 1993, 1994 Aladdin Enterprises.  All rights reserved.
  2. % This file is part of Aladdin Ghostscript.
  3. % Aladdin Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author
  4. % or distributor accepts any responsibility for the consequences of using it,
  5. % or for whether it serves any particular purpose or works at all, unless he
  6. % or she says so in writing.  Refer to the Aladdin Ghostscript Free Public
  7. % License (the "License") for full details.
  8. % Every copy of Aladdin Ghostscript must include a copy of the License,
  9. % normally in a plain ASCII text file named PUBLIC.  The License grants you
  10. % the right to copy, modify and redistribute Aladdin Ghostscript, but only
  11. % under certain conditions described in the License.  Among other things, the
  12. % License requires that the copyright notice and this notice be preserved on
  13. % all copies.
  14.  
  15. % Define the standard encoding vector.
  16. /StandardEncoding
  17. % \00x
  18.     /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
  19.     /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
  20.     /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
  21.     /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
  22. % \04x
  23.     /space /exclam /quotedbl /numbersign
  24.     /dollar /percent /ampersand /quoteright
  25.     /parenleft /parenright /asterisk /plus
  26.     /comma /hyphen /period /slash
  27.     /zero /one /two /three
  28.     /four /five /six /seven
  29.     /eight /nine /colon /semicolon
  30.     /less /equal /greater /question
  31. % \10x
  32.     /at /A /B /C /D /E /F /G
  33.     /H /I /J /K /L /M /N /O
  34.     /P /Q /R /S /T /U /V /W
  35.     /X /Y /Z /bracketleft /backslash /bracketright /asciicircum /underscore
  36. % \14x
  37.     /quoteleft /a /b /c /d /e /f /g
  38.     /h /i /j /k /l /m /n /o
  39.     /p /q /r /s /t /u /v /w
  40.     /x /y /z /braceleft /bar /braceright /asciitilde /.notdef
  41. % \20x
  42.     /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
  43.     /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
  44.     /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
  45.     /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
  46. % \24x
  47.     /.notdef /exclamdown /cent /sterling
  48.     /fraction /yen /florin /section
  49.     /currency /quotesingle /quotedblleft /guillemotleft
  50.     /guilsinglleft /guilsinglright /fi /fl
  51.     /.notdef /endash /dagger /daggerdbl
  52.     /periodcentered /.notdef /paragraph /bullet
  53.     /quotesinglbase /quotedblbase /quotedblright /guillemotright
  54.     /ellipsis /perthousand /.notdef /questiondown
  55. % \30x
  56.     /.notdef /grave /acute /circumflex /tilde /macron /breve /dotaccent
  57.     /dieresis /.notdef /ring /cedilla /.notdef /hungarumlaut /ogonek /caron
  58.     /emdash /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
  59.     /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
  60. % \34x
  61.     /.notdef /AE /.notdef /ordfeminine /.notdef /.notdef /.notdef /.notdef
  62.     /Lslash /Oslash /OE /ordmasculine /.notdef /.notdef /.notdef /.notdef
  63.     /.notdef /ae /.notdef /.notdef /.notdef /dotlessi /.notdef /.notdef
  64.     /lslash /oslash /oe /germandbls /.notdef /.notdef /.notdef /.notdef
  65. % Make an array on large systems, a packed array on small ones.
  66. 256
  67. vmstatus exch pop exch pop
  68. 100000 ge { array astore readonly } { packedarray } ifelse
  69. def
  70. 0 StandardEncoding .registerencoding
  71. /StandardEncoding StandardEncoding .defineencoding
  72.